Invalidate old source in gdk_window_move_region
authorAlexander Larsson <alexl@redhat.com>
Thu, 13 Aug 2009 11:32:17 +0000 (13:32 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 13 Aug 2009 12:46:01 +0000 (14:46 +0200)
commit043ca236f2f9678638e05b435bdf675f80b631b1
tree85588eb21a40f27fb096b55e77b8276ec7b36d9c
parent8a517dc0bb3299b1d6e9491d1f7e926a47deb305
Invalidate old source in gdk_window_move_region

When we copy the region we need to also re-expose the areas of
the copied region that was not also in the destination.
And, we need to do this invalidation after the move, as the
move also moves any invalid area.
gdk/gdkwindow.c